I have a header which has it's own controller and action, I want to include it in my view. we could do this with <?=$this->action('index', 'header') ?> with Zend. I couldn't find any equivalents in Phalcon. Would apreciate for any help.
I have a header which has it's own controller and action, I want to include it in my view. we could do this with <?=$this->action('index', 'header') ?> with Zend. I couldn't find any equivalents in Phalcon. Would apreciate for any help.